home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / lintian / overrides / libc6 < prev    next >
Text File  |  2008-09-29  |  1KB  |  28 lines

  1. # ldconfig must be executable even when the libc is not configured, and
  2. # thus must be linked statically
  3. libc6: statically-linked-binary ./sbin/ldconfig
  4.  
  5. # libpthread must be stripped specially; GDB needs the non-dynamic 
  6. # symbol table in order to load the thread debugging library.
  7. libc6: unstripped-binary-or-object ./lib/libpthread-2.7.so
  8.  
  9. # ld.so must be executable, otherwise the system will not work
  10. libc6: shlib-with-executable-bit lib/ld-2.7.so 0755
  11.  
  12. # pt_chown must be setuid root, otherwise non-root users won't be able
  13. # to login
  14. libc6: setuid-binary usr/lib/pt_chown 4755 root/root
  15.  
  16. # It is normal that the ELF dynamic linker does not need any other 
  17. # library
  18. libc6: shared-lib-without-dependency-information ./lib/ld-2.7.so
  19.  
  20. # It is correct for the glibc to install files in such locations
  21. libc6: file-in-unusual-dir lib32
  22. libc6: file-in-unusual-dir usr/lib32
  23. libc6: file-in-unusual-dir lib64
  24. libc6: file-in-unusual-dir usr/lib64
  25.  
  26. #┬ádependency on debconf is not needed, as glibc has a fallback to tty 
  27. libc6: missing-debconf-dependency-for-preinst
  28.